From 0d25baa1a1cd8fa215589c9064f92e1cc90b69da Mon Sep 17 00:00:00 2001 From: "tsteven4@gmail.com" Date: Tue, 7 Jan 2014 14:21:47 +0000 Subject: [PATCH] reverse merge accidentally committed hack to test-all. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4716 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/test-all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/test-all b/gpsbabel/test-all index 18ac264fb..298c5de3f 100755 --- a/gpsbabel/test-all +++ b/gpsbabel/test-all @@ -55,9 +55,9 @@ function try_run() # command line local RES=0 local SEVERITY="" - [ $vg -ne 0 ] && CMD="valgrind --error-exitcode=125 --leak-check=full --show-reachable=yes --suppressions=gpsbabel.supp --log-fd=3 $CMD" + [ $vg -ne 0 ] && CMD="valgrind -q $CMD" - ${CMD} > $TEMPDIR/.result 2>&1 3>>vg.log + ${CMD} > $TEMPDIR/.result 2>&1 RES=$? if [ $RES -ne 0 -o -s $TEMPDIR/.result ]; then if [ $RES -ne 0 ]; then -- 2.30.2